Skip to main content

Poly

Description

Call Curve to create a coordinates list (ADottedPoints) for a dotted-polyline base on single polyline coordinates list (APoints), added pattern (Elements) and the Scale. The APoints and ADottedPoints lists are lists of the PFPoint types. Close parameter specifies whether or not a polyline is closed.

Note

if IsSolid = True or ADottedPoints.Count = 0 Poly raises an EListError exception.

Syntax

procedure Poly(APoints, ADottedPoints: TList; const Close: Boolean);